home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 27 / 027.d81 / t.q&a part 2 < prev    next >
Encoding:
Text File  |  1986-01-01  |  4.3 KB  |  251 lines

  1.  
  2.  
  3.  *** Questions and Answers Part 2 ***
  4.  
  5.  
  6. From:  Brewer
  7.  
  8. Dear Loadstar,
  9.  
  10.   A few issues ago you gave a listing
  11.  
  12. for a sequential file reader.  Is
  13.  
  14. there a small program for a relative
  15.  
  16. file reader?  Some of the data bases
  17.  
  18. and word processors I use store
  19.  
  20. information in relative files.  I
  21.  
  22. would like to easily scan the files
  23.  
  24. without having to load in the entire
  25.  
  26. program.
  27.  
  28.  
  29.   Thank you for your help!  It is
  30.  
  31. always greatly appreciated.  By the
  32.  
  33. way, someone was requesting a disk ID
  34.  
  35. changer last issue.  I believe such a
  36.  
  37. program was included on Issue 23 as
  38.  
  39. part of 'Disk Utility'.
  40.  
  41.  
  42. > Reading relative files is a much
  43. > more complex and less frequently
  44. > used method than that of sequential
  45. > files.  But you can try this:
  46. >
  47. > 10 OPEN2,8,2,"DATA FILE"
  48. > 20 GET#2,A$:IFST=0ORST=64THEN?A$;:
  49. >    GOTO 20
  50. > 30 CLOSE2
  51.  
  52. --------------------------------------
  53.  
  54.  
  55. From:  Larson
  56.  
  57.   How do I go about sending you a
  58.  
  59. program that I've written?  Do I
  60.  
  61. send it back on your feed back disk
  62.  
  63. or do I send it back on a different
  64.  
  65. disk? I have sent two programs in
  66.  
  67. and never heard any more about them.
  68.  
  69. I had sent them in on the feed back
  70.  
  71. disk.
  72.  
  73.  
  74. > You should submit all programs on
  75. > either a Feedback disk or any other
  76. > as long as the disk contains your
  77. > name and address on it.  It is also
  78. > very essential that you enclose a
  79. > written description of your program
  80. > and, any other helpful information
  81. > that will enable us to quickly
  82. > evaluate it.
  83. >
  84. > You didn't mention the names of the
  85. > programs you sent... let us know and
  86. > we'll look in our data base to see
  87. > if we ever received it.
  88.  
  89. --------------------------------------
  90.  
  91.  
  92. From:  Dorough
  93.  
  94. Loadstar:
  95.  
  96.      I need help from someone who
  97.  
  98. uses Speedscript (Version 3.2) with a
  99.  
  100. Star Micronics printer. (SG-10C)
  101.  
  102.  
  103.      I placed the up-grade kit in my
  104.  
  105. printer, which allows for added
  106.  
  107. features like:
  108.  
  109. 1- Underlining
  110. 2- italic character set
  111. 3- Standard character set
  112. 4- Double Strike
  113. 5- Superscript
  114. 6- Subscript
  115.  
  116. and other formats.
  117.  
  118.  
  119.      I don't seem to be able to get
  120.  
  121. the underline feature to work with
  122.  
  123. the Speedscript's print command.
  124.  
  125. (Control-3 or \ and then business u)
  126.  
  127. A reversed u before and after the
  128.  
  129. section to be underlined just wont
  130.  
  131. work. I have tried every combination
  132.  
  133. I can think of and nothing works.
  134.  
  135.  
  136.      I would appreciate very much if
  137.  
  138. someone could help me convert the
  139.  
  140. code below to Speedscript code
  141.  
  142.  
  143. The book says,
  144.  
  145. Select Underlining
  146.  
  147. CODE             <ESC>     "-"     1
  148. (decimal ASCII)   27       45      1
  149. (hex ASCII)       1B       2D     01
  150.  
  151.  
  152. Cancel Underlining
  153.  
  154. CODE             <ESC>     "-"     0
  155. (decimal ASCII)   27       45      0
  156. (hex ASCII)       1B       2D     00
  157.  
  158.  
  159.             HELP !!!!
  160.  
  161.               Thanks
  162.  
  163. > Anyone out there able to help this
  164. > poor soul?
  165.  
  166. --------------------------------------
  167.  
  168.  
  169. From:  Ruddy
  170.  
  171. Dear Loadstar,
  172.  
  173.  
  174.   I have a question for you. How could
  175.  
  176. you make a backup disk from one of
  177.  
  178. your Loadstar disks.  I used the
  179.  
  180. program Commodore gave me but it
  181.  
  182. didn't work.  When I tried to
  183.  
  184. load a program from Loadstar 19, it
  185.  
  186. would give me a message 'The disk
  187.  
  188. currently in your drive is not a
  189.  
  190. Loadstar issue'.  The program was
  191.  
  192. on side 2 of the Loadstar disk.  Do
  193.  
  194. you know any other way that I could
  195.  
  196. solve this problem? Please give me
  197.  
  198. any suggestions.
  199.  
  200.  
  201. > The Commodore Backup program
  202. > changes the disk's name to '1541
  203. > BACKUP', which clearly does not
  204. > spell 'LOADSTAR', hence the error.
  205. > LOADSTAR must be able to recognize
  206. > itself in order to function right.
  207. >
  208. > A number of other backup programs
  209. > are available which do NOT change
  210. > the disk name, not the least of
  211. > which is 'EASYCOPY' found on issue
  212. > number 16 of LOADSTAR.  It works...
  213.  
  214. --------------------------------------
  215.  
  216. From:  Morris  68134
  217.  
  218.  
  219.   Things are not going well with
  220.  
  221. Communique and me. In both issues
  222.  
  223. when an attempt was made to run
  224.  
  225. "Communique", the program halted with
  226.  
  227. a "bad subscript" in line 13 for
  228.  
  229. Loadstar #22 and the same error in
  230.  
  231. line 2140 for Loadstar #23.
  232.  
  233.  
  234.   I look forward to more presentations
  235.  
  236. using graphics of that type and maybe
  237.  
  238. incorporating that style into some of
  239.  
  240. my work.
  241.  
  242.  
  243. > We couldn't seem to duplicate your
  244. > problem on issue #22.  Double check
  245. > yourself there.  Regarding issue
  246. > number 23, you must first run the
  247. > program named "GALLERY" before the
  248. > Communique file can come into play.
  249.  
  250. -----------< end of text >------------
  251.